projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7baff55
)
(help-map): Use apropos-command, not command-apropos.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Mar 1997 07:45:24 +0000
(07:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Mar 1997 07:45:24 +0000
(07:45 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 3e65659fee8b546aca0ce49217e964fd1b9661d6..d9901cb35c6a571c16524eb3f76921931fac2459 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-53,7
+53,7
@@
(define-key help-map "\C-d" 'describe-distribution)
(define-key help-map "\C-w" 'describe-no-warranty)
(define-key help-map "\C-p" 'describe-project)
-(define-key help-map "a" '
command-apropos
)
+(define-key help-map "a" '
apropos-command
)
(define-key help-map "b" 'describe-bindings)